i18n: 다국어 지원 및 언어 변경 핫 리로드 추가 - #6
Merged
Merged
Conversation
- Introduced a Localizer class to manage string resources for English and Korean. - Updated various UI components to use localized strings instead of hardcoded text. - Added language setting in application settings to allow users to choose between system default, Korean, and English. - Embedded English resource strings directly in the main assembly to avoid generating a satellite assembly. - Modified the MainWindow, TrayControl, and other components to reflect localized text for better user experience. - Created new resource files for English and Korean strings.
- Created README.md for localization instructions. - Added English resource file (Strings.en.resx) with 344 entries. - Added Japanese resource file (Strings.ja.resx) with 81 translated entries. - Added Korean resource file (Strings.ko.resx) with 81 translated entries.
- Updated Japanese (ja) and Korean (ko) resource files for better formatting. - Introduced new German (de), Spanish (es), French (fr), and Simplified Chinese (zh-Hans) localization files with complete translations. - Enhanced language resolution logic in Localizer.cs to handle Chinese script variations. - Ensured consistent formatting across all resource files for improved readability.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경 사항
Localization/README.md에 문서화